From 6c4f28aa4166fae78a450b3fc46b5f3f4be9fd92 Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:53:56 +0000 Subject: cloudflare fix --- src/app/kdrama/[id]/page.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/kdrama/[id]/page.jsx') diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index baaf24e..6a165d2 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,6 +3,8 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import PreFetchVideoLinks from "../components/cacher"; +export const runtime = 'edge'; + export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); const info = await getDramaInfo(id); -- cgit v1.2.3 From 1eee8b5196828128a189d6e9bf889500aadb2308 Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:50:17 +0000 Subject: idek --- src/app/kdrama/[id]/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/kdrama/[id]/page.jsx') diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index 6a165d2..8f0fa9c 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,7 +3,7 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import PreFetchVideoLinks from "../components/cacher"; -export const runtime = 'edge'; +export const runtime = "edge"; export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); @@ -18,7 +18,7 @@ export default async function DramaInfo({ params }) {

{info.title}